É semelhante a outros
fdisk com alguns detalhes do OpenSolaris, observem...
Entre no terminal (bash).
1. Primeiro logue como Root.
$ su
Password: sua_senha_root (no caso por estarmos usando um LiveCD o password do root é "opensolaris").
2. Utilizaremos o seguinte comando -> format
# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c7d0 <DEFAULT cyl 2916 alt 2 hd 255 sec 63>
/pci@0,0/pci-ide@12/ide@0/cmdk@0,0
Specify disk (enter its number): 0
* Escolha o disco que criaremos a partição. No meu caso tenho apenas um disco, então usarei 0 (zero).
selecting c7d0
NO Alt slice
No defect list found
[disk formatted, no defect list found]
/dev/dsk/c7d0s0 is part of active ZFS pool zpl_slim. Please see zpool(1M).
/dev/dsk/c7d0s1 is currently used by swap. Please see swap(1M).
FORMAT MENU:
disk - select a disk
type - select (define) a disk type
partition - select (define) a partition table
current - describe the current disk
format - format and analyze the disk
fdisk - run the fdisk program
repair - repair a defective sector
show - translate a disk address
label - write label to the disk
analyze - surface analysis
defect - defect list management
backup - search for backup labels
verify - read and display labels
save - save new disk/partition definitions
volname - set 8-character volume name
!<cmd> - execute <cmd>, then return
quit
format>
* Neste momento mostrará algumas ferramentas que podemos utilizar no format, mas em nosso caso utilizaremos o FDISK.
format>
fdisk -d /dev/sda
NO Alt slice
No defect list found
[disk formatted, no defect list found]
Total disk size is 14593 cylinders
Cylinder size is 16065 (512 byte) blocks
Cylinders
Partition Status Type Start End Length %
========= ====== ============ ===== === ====== ===
1 UNIX System 1 2918 2918 20
SELECT ONE OF THE FOLLOWING:
1. Create a partition
2. Specify the active partition
3. Delete a partition
4. Change between Solaris and Solaris2 Partition IDs
5. Exit (update disk configuration and exit)
6. Cancel (exit without updating disk configuration)
Enter Selection: 1
* Aparecerão algumas opções. Vamos criar a partição do OpenSolaris Developer Preview. Escolha opção 1 (um).
SELECT ONE OF THE FOLLOWING:
1. Create a partition
2. Specify the active partition
3. Delete a partition
4. Change between Solaris and Solaris2 Partition IDs
5. Exit (update disk configuration and exit)
6. Cancel (exit without updating disk configuration)
Select the partition type to create:
1=SOLARIS2 2=UNIX 3=PCIXOS 4=Other
5=DOS12 6=DOS16 7=DOSEXT 8=DOSBIG
9=DOS16LBA A=x86 Boot B=Diagnostic C=FAT32
D=FAT32LBA E=DOSEXTLBA F=EFI 0=Exit? 1
* Novamente escolheremos a opção 1 para criar a partição SOLARIS2.
Select the partition type to create:
Specify the percentage of disk to use for this partition
(or type "c" to specify the size in cylinders). 80
* Aqui é para especificarmos a porcentagem do disco que criaremos a partição Solaris2, em meu caso defini como 80%, considerando que já possuo 20%, como sabemos dá um total de 100%, ou seja, a hd toda.
Caso conheça os cylinders de sua hd onde estão parados poderia utilizá-los para criar a partição da hd. Mas por hora não ensinarei isso, apenas o mais prático.
Should this become the active partition? If yes, it will be activated
each time the computer is reset or turned on.
Please type "y" or "n". y
* Ative a partição criada, sim vamos ativá-la. Caso não queira dê um n (no).
[disk formatted, no defect list found]
Total disk size is 14593 cylinders
Cylinder size is 16065 (512 byte) blocks
Total disk size is 14593 cylinders
Total disk size is 14593 cylinders
Cylinder size is 16065 (512 byte) blocks
Cylinders
Partition Status Type Start End Length %
========= ====== ============ ===== === ====== ===
1 UNIX System 1 2918 2918 20
2 Active Solaris2 2919 14592 11674 80
SELECT ONE OF THE FOLLOWING:
1. Create a partition
2. Specify the active partition
3. Delete a partition
4. Change between Solaris and Solaris2 Partition IDs
5. Exit (update disk configuration and exit)
6. Cancel (exit without updating disk configuration)
Enter Selection:
5
* Após verificar que a partição realmente está criada, escolha a opção 5 para sair e salvar.
# reboot ->Reinicie o Sistema
Agora é só testar seu OpenSolaris.
Referências
Dúvidas, fique a vontade para enviar emails. E poste suas dúvidas no Grupo de Usuários OpenSolaris para que outros possam participar também:
Página oficial:
Uma ótima referência para conhecer detalhes do OpenSolaris, artigo escrito aqui no Viva o
Linux por nosso amigo Vítor Hugo Straube:
Let`s go =)
[]`s
Razec
mrazec@gmail.com
Linux User: 443515